Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: test against node 18 in CI #396

Merged
merged 2 commits into from
Aug 22, 2024
Merged

chore: test against node 18 in CI #396

merged 2 commits into from
Aug 22, 2024

Conversation

MaxFrank13
Copy link
Member

@MaxFrank13 MaxFrank13 commented Aug 21, 2024

Part of #298

@MaxFrank13 MaxFrank13 marked this pull request as draft August 21, 2024 18:19
@MaxFrank13 MaxFrank13 marked this pull request as ready for review August 22, 2024 13:04
strategy:
matrix:
node: [18, 20]
coninue-on-error: ${{ matrix.node == 20 }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
coninue-on-error: ${{ matrix.node == 20 }}

Since 2nd step to upgrade to v20 was already cleared before this, we need to remove continue-on-error in order to make the Node 20 test a blocking one.

Copy link

codecov bot commented Aug 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.87%. Comparing base (bcefa13) to head (a52b84d).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #396   +/-   ##
=======================================
  Coverage   70.87%   70.87%           
=======================================
  Files          28       28           
  Lines         412      412           
  Branches       87       89    +2     
=======================================
  Hits          292      292           
  Misses        119      119           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MaxFrank13 MaxFrank13 merged commit 1a252ad into master Aug 22, 2024
9 checks passed
@MaxFrank13 MaxFrank13 deleted the mfrank/node-18-CI branch August 22, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants